home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / HoW Developer’s Kit 1.1 / HoWSample / HoWSample.r.h < prev    next >
Text File  |  1994-02-24  |  3KB  |  88 lines

  1. /* HoWSample.r.h - header for HoWSample resources */
  2.  
  3. /* to compile: BuildProgram HoWS */
  4.  
  5. /* - - - - - - - - - - - an AWOL Software Production - - - - - - - - - - - */
  6. /* - - - - - - - - - - - - - (c) 1994 Ross Brown - - - - - - - - - - - - - */
  7. /* - - - - - - - - -  Email:  ab026@freenet.carleton.ca  - - - - - - - - - */
  8.  
  9. /* constants */
  10.  
  11. #define    cTagSpacing    100    /* multiply by dialog or menu number and add item to get help tag number */
  12.  
  13. /* general resources */
  14.  
  15. #define    rMenuBar    128    /* application's menu bar */
  16.  
  17. #define    rAboutAlert    128    /* about alert */
  18. #define    rGeneralAlert    129    /* general alert */
  19. #define    rDoNothingDialog    130    /* do-nothing dialog */
  20.  
  21. #define    rPrincipalIconFamily    128    /* principal icon family */
  22. #define    rPreferencesIconFamily    129    /* icon family for preferences file */
  23.  
  24. #define    rHelpFileAlias    128    /* alias to help file */
  25.  
  26. #define    rMessages    128    /* list of message strings */
  27. #define    rPreloadStrings    129    /* list of preload strings */
  28.  
  29. #define    rJokeSound    128    /* joke sound */
  30.  
  31. /* menu resources */
  32.  
  33. #define    mApple    256    /* Apple menu */
  34. #define    iAbout    1
  35.  
  36. #define    mFile    257    /* File menu */
  37. #define    iQuit    1
  38.  
  39. #define    mEdit    258    /* Edit menu */
  40. #define    iUndo    1
  41. #define    iCut    3
  42. #define    iCopy    4
  43. #define    iPaste    5
  44. #define    iClear    6
  45.  
  46. #define    mDemo    259    /* Demo menu */
  47. #define    iDoNothing    1
  48.  
  49. /* Help menu */
  50. #define    iHoWSampleHelp    1
  51. #define    iDialogHelp    3
  52. #define    iMenuHelp    4
  53.  
  54. /* dialog item resources */
  55.  
  56. /* items in rDoNothingDialog */
  57. #define    iDNDSqueak    1
  58.  
  59. /* items in rMessages - positive (with strings) */
  60. #define    iGenericErrorMessage    1
  61. #define    iHelpNotAvailable    2
  62. #define    iHoWSampleRequiresAppleEvents    3
  63. #define    iHoWSampleRequiresFolderManager    4
  64. #define    iHoWSampleRequiresProcessManager    5
  65. #define    iHoWSampleRequiresAliasManager    6
  66. #define    iHoWSampleRequiresEnhancedStandardFile    7
  67. #define    iHoWSampleRequiresWaitNextEvent    8
  68. #define    iHoWRegisterFailed    9
  69. #define    iPreferencesFileUnwritable    10
  70. #define    iHoWSampleRequiresFSSpecCalls    11
  71. #define iHelpFileWrongVersion   12
  72. #define    iPreferencesFileUnreadable    13
  73.  
  74. /* items in rMessages - negative (without strings, internal errors) */
  75. #define    iCantDisplayHelp    (-1)
  76. #define    iCantFindPreferencesFolder    (-2)
  77. #define    iCantAccessPreferencesFile    (-3)
  78. #define    iCantResolvePreferencesFileAlias    (-4)
  79. #define    iCantCreatePreferencesFile    (-5)
  80. #define    iCantGetPreloadString    (-6)
  81.  
  82. /* items in rPreloadStrings */
  83. #define    iHoWSamplePreferencesFileName    1
  84. #define    iHoWSampleHelpFileName    2
  85. #define    iHelpCommandChar    3
  86. #define    iDialogHelpString    4
  87. #define    iMenuHelpString    5
  88.